type net/http.http2outflow
11 uses
net/http (current package)
h2_bundle.go#L1540: type http2outflow struct {
h2_bundle.go#L1550: conn *http2outflow
h2_bundle.go#L1553: func (f *http2outflow) setConnFlow(cf *http2outflow) { f.conn = cf }
h2_bundle.go#L1555: func (f *http2outflow) available() int32 {
h2_bundle.go#L1563: func (f *http2outflow) take(n int32) {
h2_bundle.go#L1575: func (f *http2outflow) add(n int32) bool {
h2_bundle.go#L4582: flow http2outflow // conn-wide (not stream-specific) outbound flow control
h2_bundle.go#L4667: flow http2outflow // limits writing from Handler to client
h2_bundle.go#L7620: flow http2outflow // our conn-level flow control quota (cs.outflow is per stream)
h2_bundle.go#L7724: flow http2outflow // guarded by cc.mu
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)